Skip to content

CLI: config and secret reset#3342

Merged
noise64 merged 8 commits intomainfrom
config-and-secret-reset
May 7, 2026
Merged

CLI: config and secret reset#3342
noise64 merged 8 commits intomainfrom
config-and-secret-reset

Conversation

@noise64
Copy link
Copy Markdown
Contributor

@noise64 noise64 commented May 6, 2026

  • resolves CLI: deploy --reset should not fail on config or secret changes #3230
  • adds allow_incompatible_config and replace_incompatible_agent_secret flags to HTTP API, which can used to allow incompatible config and secret changes if the environment allows it
  • the above flags are now used as a fallback when --reset is used
  • reworked some error handling in the CLI, and around deployment validation

noise64 added 8 commits April 23, 2026 16:38
# Conflicts:
#	cli/golem-cli/src/command.rs
#	cli/golem-cli/src/command_handler/app/mod.rs
#	cli/golem-cli/src/command_handler/component/mod.rs
#	golem-worker-executor/src/durable_host/mod.rs
#	golem-worker-executor/src/grpc/mod.rs
@noise64 noise64 changed the title CLI: Config and secret reset CLI: config and secret reset May 6, 2026
@noise64 noise64 merged commit f44aa21 into main May 7, 2026
51 checks passed
@noise64 noise64 deleted the config-and-secret-reset branch May 7, 2026 09:24
@github-actions github-actions Bot locked and limited conversation to collaborators May 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI: deploy --reset should not fail on config or secret changes

2 participants